Skip to main content

TreeInsert

TreeInsert[tree,child,pos] inserts child at the position specified by pos in tree.

TreeInsert[tree,child,{pos1,pos2,…}] inserts child at several positions.

TreeInsert[child,pos] represents an operator form of TreeInsert that can be applied to a tree.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.